module Base {
  imports {
      Base
  }
    item Leather
    {
        DisplayCategory = Material,
        Weight	=	0.5,
        Type	=	Normal,
        DisplayName	=	Leather,
        Icon	=	Leather,
        WorldStaticModel = Leather,
    }
    item FabricRoll
    {
        DisplayCategory = Material,
        Weight	=	0.5,
        Type	=	Normal,
        DisplayName	=	Fabric,
        Icon	=	FabricRoll,
        WorldStaticModel = FabricRoll,
    }
    item FabricRollRed
    {
        DisplayCategory = Material,
        Weight	=	0.5,
        Type	=	Normal,
        DisplayName	=	Red Fabric,
        Icon	=	FabricRollRed,
        WorldStaticModel = FabricRollRed,
    }
    item FabricRollGreen
    {
        DisplayCategory = Material,
        Weight	=	0.5,
        Type	=	Normal,
        DisplayName	=	Green Fabric,
        Icon	=	FabricRollGreen,
        WorldStaticModel = FabricRollGreen,
    }
    item FabricRollBlue
    {
        DisplayCategory = Material,
        Weight	=	0.5,
        Type	=	Normal,
        DisplayName	=	Blue Fabric,
        Icon	=	FabricRollBlue,
        WorldStaticModel = FabricRollBlue,
    }
    item FabricRollBrown
    {
        DisplayCategory = Material,
        Weight	=	0.5,
        Type	=	Normal,
        DisplayName	=	Brown Fabric,
        Icon	=	FabricRollBrown,
        WorldStaticModel = FabricRollBrown,
    }
    item FabricRollGrey
    {
        DisplayCategory = Material,
        Weight	=	0.5,
        Type	=	Normal,
        DisplayName	=	Grey Fabric,
        Icon	=	FabricRollGrey,
        WorldStaticModel = FabricRollGrey,
    }
    item DyePotRed
    {
	IsWaterSource		= FALSE,
	Weight			= 3,
	CanStoreWater		= FALSE,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.16,
	DisplayName		= Cooking Pot with Red Dye,
	ReplaceOnDeplete	= Pot,
	ReplaceOnUseOn		= WaterSource-WaterPot,
	Icon			= Pot_Water,
	WorldStaticModel = DyePotRed,
	IsCookable		= TRUE,
	RainFactor 		= 0,
	Tooltip 		= Tooltip_item_RainFromGround,
    }
    item DyePotGreen
    {
	IsWaterSource		= FALSE,
	Weight			= 3,
	CanStoreWater		= FALSE,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.16,
	DisplayName		= Cooking Pot with Green Dye,
	ReplaceOnDeplete	= Pot,
	ReplaceOnUseOn		= WaterSource-WaterPot,
	Icon			= Pot_Water,
	WorldStaticModel = DyePotGreen,
	IsCookable		= TRUE,
	RainFactor 		= 0,
	Tooltip 		= Tooltip_item_RainFromGround,
    }
    item DyePotBlue
    {
	IsWaterSource		= FALSE,
	Weight			= 3,
	CanStoreWater		= FALSE,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.16,
	DisplayName		= Cooking Pot with Blue Dye,
	ReplaceOnDeplete	= Pot,
	ReplaceOnUseOn		= WaterSource-WaterPot,
	Icon			= Pot_Water,
	WorldStaticModel = DyePotBlue,
	IsCookable		= TRUE,
	RainFactor 		= 0,
	Tooltip 		= Tooltip_item_RainFromGround,
    }
    item DyePotBrown
    {
	IsWaterSource		= FALSE,
	Weight			= 3,
	CanStoreWater		= FALSE,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.16,
	DisplayName		= Cooking Pot with Brown Dye,
	ReplaceOnDeplete	= Pot,
	ReplaceOnUseOn		= WaterSource-WaterPot,
	Icon			= Pot_Water,
	WorldStaticModel = DyePotBrown,
	IsCookable		= TRUE,
	RainFactor 		= 0,
	Tooltip 		= Tooltip_item_RainFromGround,
    }
    item DyePotGrey
    {
	IsWaterSource		= FALSE,
	Weight			= 3,
	CanStoreWater		= FALSE,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.16,
	DisplayName		= Cooking Pot with Grey Dye,
	ReplaceOnDeplete	= Pot,
	ReplaceOnUseOn		= WaterSource-WaterPot,
	Icon			= Pot_Water,
	WorldStaticModel = DyePotGrey,
	IsCookable		= TRUE,
	RainFactor 		= 0,
	Tooltip 		= Tooltip_item_RainFromGround,
    }
}		
